const github.com/jackc/pgx/v5/pgtype.microsecondsPerMonth

2 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		builtin_wrappers.go#L507: 	us := int64(v.Months)*microsecondsPerMonth + int64(v.Days)*microsecondsPerDay + v.Microseconds
		interval.go#L18: 	microsecondsPerMonth  = 30 * microsecondsPerDay